projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef6067
)
(map_char_table): Declare depth as int.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 03:42:09 +0000
(
03:42
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 03:42:09 +0000
(
03:42
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 64969bc9cabd8e989bfe0e8cb452ec9ad300b750..46a9bbe25bf6e3dea2d25ece4ee2afe62e23c74a 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1349,7
+1349,8
@@
or a character code.")
void
map_char_table (c_function, function, chartable, depth, indices)
- Lisp_Object (*c_function) (), function, chartable, depth, *indices;
+ Lisp_Object (*c_function) (), function, chartable, *indices;
+ int depth;
{
int i;
int size = CHAR_TABLE_ORDINARY_SLOTS;